Skip to content

Bump drizzle-orm from 0.27.2 to 0.29.2#31

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/drizzle-orm-0.29.2
Open

Bump drizzle-orm from 0.27.2 to 0.29.2#31
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/drizzle-orm-0.29.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps drizzle-orm from 0.27.2 to 0.29.2.

Release notes

Sourced from drizzle-orm's releases.

0.29.2

Fixes

  • Added improvements to the planescale relational tests #1579 - thanks @​Angelelz
  • [Pg] FIX: correct string escaping for empty PgArrays #1640 - thanks @​Angelelz
  • Fix wrong syntax for exists fn in sqlite #1647 - thanks @​Angelelz
  • Properly handle dates in AWS Data API
  • Fix Hermes mixins constructor issue

ESLint Drizzle Plugin, v0.2.3

npm i eslint-plugin-drizzle@0.2.3

🎉 [ESLint] Add support for functions and improve error messages #1586 - thanks @​ngregrichardson

  • Allowed Drizzle object to be or to be retrieved from a function, e.g.
  • Added better context to the suggestion in the error message.

New Drivers

🎉 Expo SQLite Driver is available

For starting with Expo SQLite Driver, you need to install expo-sqlite and drizzle-orm packages.

npm install drizzle-orm expo-sqlite@next

Then, you can use it like this:

import { drizzle } from "drizzle-orm/expo-sqlite";
import { openDatabaseSync } from "expo-sqlite/next";
const expoDb = openDatabaseSync("db.db");
const db = drizzle(expoDb);
await db.select().from(...)...
// or
db.select().from(...).then(...);
// or
db.select().from(...).all();

... (truncated)

Commits
  • d535e0b Merge pull request #1677 from drizzle-team/beta
  • d5c45a6 Update release notes for 0.29.2
  • bcd8e38 Merge pull request #1678 from RomanNabukhotnyi/expo
  • bdac2c2 fix: Fix changelog
  • 4c216e1 fix: Fix expo-sqlite driver
  • 4d7f301 fix: Fix peer dependencies
  • 31ed037 feat: Add expo-sqlite driver
  • fef5d1e Move 0 to false in planetscale tests
  • 011c1fd Merge pull request #1579 from Angelelz/Planetscale-tests-speed-improvements
  • 5cb5aac Merge branch 'beta' into Planetscale-tests-speed-improvements
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.27.2 to 0.29.2.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.27.2...0.29.2)

---
updated-dependencies:
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants